home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / adlc_150.zip / ADLC.CTL next >
Text File  |  1996-11-27  |  2KB  |  80 lines

  1. ; ===========================================================================
  2. ;            Area DownLink Checker for area downlink management.
  3. ; ===========================================================================
  4. ;
  5. ;     Area DownLink Checker control-file for use with ADLC v1.50 & up.
  6. ;
  7. ;     (c) 1996   Michel van der Heijden / Atlanta Software Productions.
  8. ;
  9. ; ---------------------------------------------------------------------------
  10. ;
  11. ;
  12. ; Optional path and name of your area file. (Usualy AREAS.BBS)
  13. ;
  14.  
  15. AreaFile AREAS.BBS
  16.  
  17. ;
  18. ; Optional path and name of your area description file.
  19. ; (Look at ADLC.LST for an example.)
  20. ;
  21.  
  22. DescFile ADLC.LST
  23.  
  24. ;
  25. ; Optional path and name of your output file.
  26. ;
  27.  
  28. OutFile ADLC.OUT
  29.  
  30. ;
  31. ; Optional path and name of your Areafix unlink file.
  32. ;
  33.  
  34. ;FixFile ADLC.FIX
  35.  
  36. ;
  37. ; Optional path to location where ADLC can create temp-files.
  38. ; This keyword should point to a RAMdrive for best results.
  39. ;
  40.  
  41. ;TempDir G:\
  42.  
  43. ;
  44. ; This will be the header in your output file. (Only present if specified)
  45. ;
  46.  
  47. Header Following areas have no downlink ;
  48.  
  49. ;
  50. ; This will be the footer in your output file. (Only present if specified)
  51. ;
  52.  
  53. Footer Remember these areas are nominated to be disconnected at my uplink!
  54.  
  55. ;
  56. ; ADLC will write this message when there are no areas to report.
  57. ;
  58.  
  59. Message There are currently no areas without a downlink.
  60.  
  61. ;
  62. ; Comment if no area description is found in your area description file.
  63. ;
  64.  
  65. NoDesc Sorry, no description found.
  66.  
  67. ;
  68. ; Areas you want to exclude from the output-file.
  69. ; You can use a '*' in the front or the rear in an areaname as wildcard.
  70. ;
  71.  
  72. Exclude Desqview
  73. Exclude Elec_*               ; Will exclude all areas starting with ELEC_
  74. Exclude *.INT                ; Will exclude all areas ending with .INT
  75. Exclude *Sysop*              ; Will exclude all areas with keyword SYSOP
  76.  
  77. ;
  78. ; End of control-file.
  79. ;
  80.